home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / templates / syn Scripts / PerlScript.pl < prev    next >
Text File  |  2003-04-14  |  291b  |  13 lines

  1. # Caption: <Text from the Menuitem>|
  2. # Hint: <The Hint from the Menuitem>|
  3. # Icon: <The Icon from the Menuitem>|
  4.  
  5. # ScriptEngine=PerlScript
  6.  
  7. sub Main {
  8.   my ($FileName) = @_;   # The Filename of the Script
  9.   
  10.   # To Do: Add usercode here
  11.   Echo("Hi, this is Perl! $FileName");
  12. }
  13.